Skip to content

Sk csp break param rename - #45612

Draft
shmuel44 wants to merge 4 commits into
masterfrom
sk_csp_break_param_rename
Draft

Sk csp break param rename#45612
shmuel44 wants to merge 4 commits into
masterfrom
sk_csp_break_param_rename

Conversation

@shmuel44

Copy link
Copy Markdown
Contributor

Contributing to Cortex XSOAR Content

Make sure to register your contribution by filling the contribution registration form

The Pull Request will be reviewed only after the contribution registration form is filled.

Status

  • In Progress
  • Ready
  • In Hold - (Reason for hold)

Related Issues

Description

Must have

  • Tests
  • Documentation

Deliberate breaking change for CIAC-17274 AI-adjudication testing. Renames a required positional parameter, which breaks any caller that passes it by keyword. Disposable test branch, MUST NOT be merged.
@content-bot

content-bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

CommonServerPython dependency impact

Impacted content items were found and need manual verification.

  • Changed symbols: 1
  • Public entrypoints: 37
  • Affected files: 16
  • Affected packs: 16

Affected files per pack are summarized below. The HTML checklist artifact lists every file.

  • BitSight - 1 file
  • CircleCI - 1 file
  • DataBee - 1 file
  • InfobloxBloxOne - 1 file
  • MicrosoftDefenderAdvancedThreatProtection - 1 file
  • NetscoutAED - 1 file
  • PAN-OS - 1 file
  • QRadar - 1 file
  • Rapid7_InsightIDR - 1 file
  • ServiceNow - 1 file
  • SymantecEDR - 1 file
  • TrendMicroDeepSecurity - 1 file
  • WebFileRepository - 1 file
  • Whois - 1 file
  • Zendesk - 1 file
    ...and 1 more pack

Open the HTML impact checklist

To accept this change without verifying each item, apply one of these PR labels: I'm okay with it, not-relevant-for-csp-validation.

Analyzed commit 5b651a11 · generated 2026-08-23T20:30:12Z · CI job

@content-bot

Copy link
Copy Markdown
Contributor

🤖 AI-Powered Code Review Available

You can leverage AI-powered code review to assist with this PR!

Available Commands:

  • @marketplace-ai-reviewer start review - Initiate a full AI code review
  • @marketplace-ai-reviewer re-review - Incremental review for new commits

@github-actions

Copy link
Copy Markdown

⚠️ CommonServerPython change detected

This PR modifies one of the runtime-injected helper scripts (CommonServerPython.py / CommonServerPowerShell.ps1 / CommonServer.js).
A change here can impact every integration and script in the repository, so the standard PR pipeline is not enough.

Required before merge:

  1. Trigger the content nightly pipeline against this branch.
  2. Make sure the nightly run is green (all jobs passed).
  3. Add the nightly-run-passed label to this PR so this check turns green.

If you believe nightly is not required for this change, please justify it in a PR comment and add the label to unblock the check.

@content-bot

Copy link
Copy Markdown
Contributor

CommonServerPython dependency impact

The AI adjudication stage confirmed 1 breaking file.

Adjudicated: 1 breaking, 0 warning, 15 safe.

Impacted content items were found and need manual verification.

  • Changed symbols: 1
  • Public entrypoints: 37
  • Affected files: 16
  • Affected packs: 16

The AI adjudication stage flagged these files as breaking:

File Confidence Why
Packs/PAN-OS/Integrations/Panorama/Panorama.py high Both call sites explicitly use the old keyword name src_str=: line 13302 camelize_string(src_str=_source_translation_type, delim="-") and line 13794 `cameli...

Affected files per pack are summarized below. The HTML checklist artifact lists every file.

  • BitSight - 1 file
  • CircleCI - 1 file
  • DataBee - 1 file
  • InfobloxBloxOne - 1 file
  • MicrosoftDefenderAdvancedThreatProtection - 1 file
  • NetscoutAED - 1 file
  • PAN-OS - 1 file
  • QRadar - 1 file
  • Rapid7_InsightIDR - 1 file
  • ServiceNow - 1 file
  • SymantecEDR - 1 file
  • TrendMicroDeepSecurity - 1 file
  • WebFileRepository - 1 file
  • Whois - 1 file
  • Zendesk - 1 file
    ...and 1 more pack

Open the HTML impact checklist

To accept this change without verifying each item, apply one of these PR labels: I'm okay with it, not-relevant-for-csp-validation.

Analyzed commit 1c7eb7bd · generated 2026-08-23T10:50:18Z · CI job

@github-actions

github-actions Bot commented Aug 23, 2026

Copy link
Copy Markdown

Coverage

Tests Skipped Failures Errors Time
7287 269 💤 0 ❌ 0 🔥 5m 22s ⏱️

@content-bot

This comment has been minimized.

@content-bot

Copy link
Copy Markdown
Contributor

CommonServerPython dependency impact

The AI adjudication stage confirmed 1 breaking file.

Adjudicated: 1 breaking, 0 warning, 15 safe.

Impacted content items were found and need manual verification.

  • Changed symbols: 1
  • Public entrypoints: 37
  • Affected files: 16
  • Affected packs: 16

The AI adjudication stage flagged these files as breaking:

File Confidence Why
Packs/PAN-OS/Integrations/Panorama/Panorama.py high Both call sites explicitly pass the first argument using the old keyword name: camelize_string(src_str=_source_translation_type, delim="-") at line 13302 and...

Affected files per pack are summarized below. The HTML checklist artifact lists every file.

  • BitSight - 1 file
  • CircleCI - 1 file
  • DataBee - 1 file
  • InfobloxBloxOne - 1 file
  • MicrosoftDefenderAdvancedThreatProtection - 1 file
  • NetscoutAED - 1 file
  • PAN-OS - 1 file
  • QRadar - 1 file
  • Rapid7_InsightIDR - 1 file
  • ServiceNow - 1 file
  • SymantecEDR - 1 file
  • TrendMicroDeepSecurity - 1 file
  • WebFileRepository - 1 file
  • Whois - 1 file
  • Zendesk - 1 file
    ...and 1 more pack

Open the HTML impact checklist

To accept this change without verifying each item, apply one of these PR labels: I'm okay with it, not-relevant-for-csp-validation.

Analyzed commit d2edddcc · generated 2026-08-23T16:48:33Z · CI job

@content-bot

This comment has been minimized.

@content-bot

Copy link
Copy Markdown
Contributor

⚠️ The PR is missing the ready-for-pipeline-running label. Please add the label when the PR is ready in order to proceed.

@content-bot

Copy link
Copy Markdown
Contributor

CommonServerPython dependency impact

The AI adjudication stage confirmed 1 breaking file.

Adjudicated: 1 breaking, 0 warning, 15 safe.

Impacted content items were found and need manual verification.

  • Changed symbols: 1
  • Public entrypoints: 37
  • Affected files: 16
  • Affected packs: 16

The AI adjudication stage flagged these files as breaking:

File Confidence Why
Packs/PAN-OS/Integrations/Panorama/Panorama.py high Both references invoke the function using the removed keyword name: camelize_string(src_str=_source_translation_type, delim="-") at line 13302 and `camelize_s...

Affected files per pack are summarized below. The HTML checklist artifact lists every file.

  • BitSight - 1 file
  • CircleCI - 1 file
  • DataBee - 1 file
  • InfobloxBloxOne - 1 file
  • MicrosoftDefenderAdvancedThreatProtection - 1 file
  • NetscoutAED - 1 file
  • PAN-OS - 1 file
  • QRadar - 1 file
  • Rapid7_InsightIDR - 1 file
  • ServiceNow - 1 file
  • SymantecEDR - 1 file
  • TrendMicroDeepSecurity - 1 file
  • WebFileRepository - 1 file
  • Whois - 1 file
  • Zendesk - 1 file
    ...and 1 more pack

Open the HTML impact checklist

To accept this change without verifying each item, apply one of these PR labels: I'm okay with it, not-relevant-for-csp-validation.

Analyzed commit 5b651a11 · generated 2026-08-23T20:30:12Z · CI job

@content-bot

Copy link
Copy Markdown
Contributor

Validate summary
The following errors were thrown as a part of this pr: RN106, PA114.
The following errors cannot be ignored: RN106, PA114.
The following errors don't run as part of the nightly flow and therefore can be force merged: RN106, PA114.
If the AG100 validation in the pre-commit GitHub Action fails, the pull request cannot be force-merged.

Verdict: PR can be force merged from validate perspective? ✅

@content-bot

Copy link
Copy Markdown
Contributor

🔍 AI Triage Report Available

An automated triage report has been generated for this pipeline.

Status: failed
Report ID: da7e6ac94bb0ecf5

📋 Triage Report
💡 Resolutions are available in the full report.

⚠️ AI-generated triage. Validate before acting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants